home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 109 / EnigmaAmiga109CD.iso / dalla rivista / host contacted / imengv3.41p2.lha / ImEngV3.41p2 / Notes / CropEdge.notes < prev    next >
Text File  |  1999-10-15  |  958b  |  69 lines

  1.  
  2.  
  3. Image Engineer script - Crop edge v1.03
  4.  
  5.  
  6.  
  7. SHORT DESCRIPTION
  8.  
  9.   This script crops a part of picture by excluding 1 pixel
  10.   row/column from every side. Autocrop is done before actual cropping.
  11.  
  12.  
  13. REQUIREMENTS
  14.  
  15.   Image Engineer v3.41 (Wision release 2)
  16.  
  17.  
  18. INSTALLATION
  19.  
  20.   This script belongs to Image Engineer distribution, so it
  21.   should allready be in IE:Arexx/, where it belongs.
  22.  
  23.  
  24. USAGE
  25.  
  26.   Run the script and activated image window will get cropped.
  27.  
  28.  
  29. ARGUMENTS
  30.  
  31.   CropEdge.rexx <pic>
  32.  
  33.   <pic> is name of a picture (in IE) to crop
  34.  
  35.  
  36.  
  37.   AmigaDOS
  38.  
  39.     Sys:Rexxc/RX CropEdge.rexx <arguments>
  40.     Sys:Rexxc/RX CropEdge.rexx 000_testpic.iff
  41.  
  42.  
  43.  
  44.   Other scripts:
  45.  
  46.     ADDRESS COMMAND "Sys:Rexxc/RX IE:Arexx/CropEdge.rexx <arguments>"
  47.  
  48.     Next lines return you the name of new picture.
  49.  
  50.     PROJECT_LIST
  51.     xyz=result
  52.     pic=subword(xyz,1,1)
  53.  
  54.  
  55.  
  56.  
  57.  
  58. HISTORY
  59.  
  60.   1.03
  61.  
  62.   Resulting picture will have same zoomlevel than original picture.
  63.  
  64.   1.00
  65.  
  66.   History started
  67.  
  68.  
  69.